home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / papel.dxr / 00011_PAPEL2D.BMP.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  231 b   |  11 lines

  1. on mouseUp
  2.   global stage
  3.   set stage to 3
  4.   if soundBusy(2) = 0 then
  5.     sound playFile 2, "..\som\paaguaa.wav"
  6.   end if
  7.   set the visible of sprite 4 to 0
  8.   set the visible of sprite 5 to 0
  9.   set the visible of sprite 6 to 1
  10. end
  11.